home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet.Works 39
/
Issue 39.iso
/
pc
/
PCSoftware
/
AceHTML 4.0
/
AceHTML4Pro.exe
/
%MAINDIR%
/
ScriptDef
/
Screen resolution detection and notification.sd
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
INI File
|
2000-08-31
|
757 b
|
28 lines
[SUBJECT]
Description=Screen resolution detection and notification Script
ImageIndex=-1
Folder=DHTML Tools
[BODY_TEXT]
;<script language="JavaScript1.2">
;<!--
;
;/*
;Screen resolution detection and notification Script-
;© Dynamic Drive (www.dynamicdrive.com)
;For full source code, installation instructions,
;100's more DHTML scripts, and Terms Of
;Use, visit dynamicdrive.com
;*/
;
;var correctwidth=800
;var correctheight=600
;if (screen.width!=correctwidth||screen.height!=correctheight)
;document.write("This webpage is bested viewed with screen resolution "+correctwidth+"*"+correctheight+". Your current resolution is "+screen.width+"*"+screen.height+". If possible, please change the resolution!")
;//-->
;</script>